golang.org/x/tools/internal/gcimporter.iimporter.pkgAt (method)
4 uses
golang.org/x/tools/internal/gcimporter (current package)
iimport.go#L228: pkg := p.pkgAt(r.uint64())
iimport.go#L231: imps[j] = p.pkgAt(r.uint64())
iimport.go#L421: func (p *iimporter) pkgAt(off uint64) *types.Package {
iimport.go#L771: func (r *importReader) pkg() *types.Package { return r.p.pkgAt(r.uint64()) }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)